@charset "UTF-8";
body,
button,
input,
option,
select,
textarea {
    font-size: normal
}

html {
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
    height: 100%;
    color: #333;
    line-height: 1.3
}

body,
html {
    width: 100%
}

body {
    font-size: 14px;
    position: relative;
    min-width: 320px;
    overflow-x: hidden;
    padding-top: 45px;
    min-height: 100%;
    color: #323232;
}

body,
html.pc body {
    background-color: #fff;
}

html.pc body {
    max-width: 750px;
}

body.has_bottom footer.footer_ {
    bottom: 44px
}

html,
input {
    font-family: "Noto Sans CJK SC", "Source Han Sans CN";
}

html.pc {
    background-color: #ccc;
}


/*  禁用iPhone中Safari的字号自动调整  */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling: touch;
}


/* 禁止缩放表单 */
input[type=“submit”],
input[type=“reset”],
input[type=“button”],
input {
    resize: none;
    border: none;
}
/* 取消链接高亮 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 设置HTML5元素为块 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/* 图片自适应 */

img {
    width: 100%;
    height: auto;
    width: auto\9;
    /*ie8 */
    display: block;
    -ms-interpolation-mode: bicubic;
    /* 为了照顾ie图片缩放失真 */
}


/* 初始化 */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(255,0,0,0);
    outline: none;
}

select option {
    width: 100%;
    height: 100%;
    background: #FFFFFF !important;
    -webkit-appearance: none !important;
    /* google */
    -moz-appearance: none !important;
    /* firefox */
    appearance: none !important;
    /* IE */
}

select option:hover {
    background: #FFFFFF !important;
    -webkit-appearance: none !important;
    /* google */
    -moz-appearance: none !important;
    /* firefox */
    appearance: none !important;
    /* IE */
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
}

em,
i {
    font-style: normal;
}

ul,
li {
    list-style-type: none;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    color: #323232;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

img {
    border: none;
}


/* /单行溢出/ */

.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* /多行溢出 手机端使用/ */

.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* / 移动端点击a链接出现蓝色背景问题解决 */

*/ a:link,
a:active,
a:visited,
a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.db {
    display: block !important;
}

.dn {
    display: none;
}

body {
    margin: .88rem auto 0;
}

.pr {
    position: relative;
}


/* 导航 */
.banner_top {
    position: fixed;
    top: 0;
    height: .88rem;
    text-align: center;
    width: 7.5rem;
    background: #fff;
    z-index: 10;
    border-bottom:.02rem solid rgba(228,228,228,1);
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}

.banner_top1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.35rem;
    font-size: .28rem;
    line-height: .88rem;
}

.banner_top1 {
    text-decoration: none;
    color: #323232;
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin: auto;
}

.banner_top1 img {
    display: inline-block;
    width: .26rem;
    height: .16rem;
}

.banner_content {
    position: fixed;
    top: .9rem;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    /* border-top: 3px solid #ededed; */
    display: none;
    z-index: 111;
}

.sy-jiantouxia {
    padding: .32rem .3rem;
}

.sy-jiantouxia b {
    display: block;
    width: 100%;
    text-align: left;
    height: .5rem;
    font-size: 24px;
}
.sy-jiantouxia b i{
    font-size: .26rem;
}

.sy-jiantouxia ul {
    display: inline-table;
    margin: 0 auto;
    text-align: center;
}

.sy-jiantouxia ul li {
    float: left;
    margin: 0 .4rem;
    font-size: .28rem;
    color: #707070;
    line-height: .6rem;
}

.sy-jiantouxia ul li.active {
    color: #323232;
    border-bottom: 3px solid #F0583A;
}

.sy-jiantouxia-list {
    display: none;
}

.sy-jiantouxia-list h2 {
    font-size: .24rem;
    color: #323232;
    text-align: left;
    margin-bottom: .4rem;
    margin-top: .2rem;
}

.sy-jiantouxia-list ol {
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.sy-jiantouxia-list ol li {
    font-size: .24rem;
    color: #7A869A;
    width: 1.52rem;
    height: .7rem;
    line-height: .7rem;
    background: rgba(247,247,247,1);
    margin-right: .27rem;
    border-radius: .35rem;
    margin-bottom: .3rem;
}

.sy-jiantouxia-list ol li:nth-child(4n) {
    margin-right: 0;
}

.banner_top2 {
    width: 83%;
    height: 100%;
}
.banner_top2 img{
    width: 2.94rem;
    height: .54rem;
    margin: .2rem;
    float: left;
}
.banner_top2 span{
    display: block;
    font-size: .2rem;
    color: #999;
}
.banner_top2 i{
    display: block;
    font-size: .2rem;
    color: #7A869A;
    line-height: .3rem;
}
.banner_top3 {
    width: 1.2rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: .03rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
}

.banner_top3 img {
    margin: 0 auto;
    width: .28rem;
    height: .28rem;
    margin-top: .3rem;
}
.banner_top3 .showEntry{
    width: .8rem;
}
.closeEntry{
    width:.8rem;
    height:.88rem;
    position: absolute;
    top: 0;
    right: .1rem;
}
.closeEntry img{
    position: absolute;
    top: .3rem;
    right: .2rem;
    width: .28rem;
    height: .28rem;
}
.banner_entry {
    position: fixed;
    top: .9rem;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: #fff;
    display: none;
    z-index: 100;
}
.c-fw{
    padding: .55rem 0 .02rem;
    border-bottom: .2rem solid #f4f4f4;
}
.c-fw ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    margin-bottom: .45rem;
}
.c-fw ul li {
    text-align: center;
    font-size: .24rem;
    color: #001432;
}

.c-fw ul li img {
    display: block;
    /* width: .68rem; */
    height: 60px;
    margin: 0 auto .06rem;
}
.c-main{
    /* height: 13.48rem; */
    padding: .32rem;
    margin-bottom: .5rem;
}
.c-main-item{
    margin-bottom: .23rem;
}
.c-main-h3{
    font-size: .36rem;
    color: #001432;
    font-family: "Noto Sans CJK SC Blod", "Source Han Sans CN Blod";
    font-weight: bold;
    text-align: left;
    display: flex;
    display: -webkit-flex;
    line-height: .4rem;
    margin: .32rem 0 .4rem;
}
.c-main-h3 img{
    width: .4rem;
    height: .4rem;
    margin-right: .08rem;
}
.c-main-a{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.c-main-a a,.c-main-a span{
    display: block;
    width: 1.4rem;
    height: .6rem;
    background: #f7f7f7;
    border-radius: .3rem;
    margin-right: .4rem;
    text-align: center;
    line-height: .28rem;
    color: #7A869A;
    font-size: .28rem;
    margin-bottom: .3rem;
    padding-top: .16rem;
    box-sizing: border-box;
}
.c-main-a a:nth-child(4n),.c-main-a span:nth-child(4n){
    margin-right:0;
}
.c-main-a a.ad{
    width: 6.86rem;
    height: 3.6rem;
    background-color: #fff;
}
.c-main-a a.ad img{
    width: 6.86rem;
    height: 3.6rem;
    border-radius: .16rem;
}
.c-main p{
   font-size: .24rem;
   color: #001432; 
   margin-bottom: .12rem;
}

/* 底部 */

footer {
    border-top: .1rem solid #f4f4f4;
    padding: 0 .2rem 0;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

footer img {
    margin: .4rem 0 .6rem;
}

.footer_a {
    margin-bottom: .6rem;
}

.footer_a span {
    display: inline-block;
    line-height: .78rem;
    vertical-align: top;
}
.footer_a a:last-child {
    width: 3.98rem;
    height: .8rem;
    line-height: .8rem;
    background: linear-gradient(143deg, rgba(239, 75, 0, 1) 0%, rgba(229, 1, 18, 1) 100%);
    border-radius: .06rem;
    display: block;
    text-align: center;
    font-size: .28rem;
    color: #fff;
    margin: 0 auto;
}
footer p {
    font-size: .2rem;
    color: #707070;
    text-align: center;
    line-height: .32rem;
}
/*固定底部*/
body.pd_b footer {
    height: 1.5rem;
    background: #333;
    margin-bottom: .8rem;
}
body.pd_b footer div {
    color: #999;
    font-size: .26rem;
}
body.pd_b footer div a {
    color: #e60012;
}
.tabnav {
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 7.5rem;
    height: 1.08rem;
    box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.05);
}
.tabnav ul {
    display: -webkit-flex;
    display: flex;
    text-align: center;
    padding: .1rem 0;
    box-sizing: border-box;
    justify-content: space-around;
}
.tabnav li a,.tabnav li span {
    color: #999;
    font-size: .2rem;
}

.tabnav li img {
    width: .44rem;
    height: .44rem;
    margin: .08rem auto .04rem;
}

.tabnav li.active a {
    color: #252525;
}
.tabnav li a.c-phone{
    width:3.4rem;
    height:.72rem;
    background:linear-gradient(135deg,#FA745A 0%,#F9431F 100%);
    border-radius:2rem;
    display: flex;
    display: -webkit-flex;
    margin-top: .08rem;
    font-size: .32rem;
    color: #fff;
    line-height: .72rem;
}
.tabnav li a.c-phone img{
    width: .32rem;
    height: .32rem;
    margin: .2rem;
    margin-left: .28rem;
}
.tabnav li a.c-phone span{
    font-size: .32rem;
    color: #fff;
}
.tabnav #homepage img {
    display: none;
}

.tabnav #calculator img {
    display: none;
}

/* .tabnav .iconfont {
    display: block;
    font-size: 25px;
    color: #a0a0a0;
} */

/* 弹框样式 */
.mask-base {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 66;
}
.pop-container {
    width: 5.98rem;
    height: 6.6rem;
    background: url(/template/huaran/wap/m_images/c2_form_red.png) no-repeat center center;
    z-index: 67;
    border-radius: 0.06rem;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -2.99rem;
    margin-top: -3.3rem;
    box-sizing: border-box;
    padding-top: 2.46rem;
    background-size: 100%;
}
.pop-close {
    display: block;
    position: absolute;
    right: .3rem;
    top: .3rem;
    font-size: .48rem;
    line-height: .48rem;
    width: .48rem;
    text-align: center;
    height: .48rem;
    color: #fff;
}

.pop-input-view {
    margin: 0 auto .4rem;
    width: 5.48rem;
    height: 0.88rem;
    border-radius: .44rem;
    background: rgba(255, 255, 255, 1);
    border:1px solid #F0583A;
}

.pop-input-view input {
    height: 0.88rem;
    width: 100%;
    box-sizing: border-box;
    text-indent: 0.36rem;
    outline: none;
    background-color: transparent;
    color: #333333;
    font-size: .28rem;
}

.pop-input-view input::-webkit-input-placeholder {
    color: #7A869A;
}

.pop-input-view input::-moz-placeholder {
    color: #7A869A;
}

.pop-input-view input:-moz-placeholder {
    color: #7A869A;
}

.pop-input-view input:-ms-input-placeholder {
    color: #7A869A;
}

.yzm-text {
    display: block;
    height: 0.68rem;
    line-height: 0.68rem;
    border-left: 1px solid rgba(216, 216, 216, 1);
    font-size: 0.28rem;
    min-width: 1.88rem;
    text-align: center;
    color: #001432;
}

.pop-input-view .input-code {
    font-size: 0.28rem;
    height: 0.88rem;
    width: 3.56rem;
    outline: none;
    color: #333;
    text-indent: .36rem;
}

.flex-item-center {
    display: flex;
    align-items: center;
}

.pop1-bot-btn {
    display: block;
    margin: .5rem auto 0;
    width: 5.46rem;
    height: 0.88rem;
    background:linear-gradient(135deg,#FA745A 0%,#F9431F 100%);
    border-radius:.44rem;
    text-align: center;
    line-height: 0.88rem;
    color: #FFFFFF;
    font-size: 0.32rem;
}
/* end */


/* 成功提示 */
.apply-success {
    position: fixed;
    top: 40%;
    left: 0;
    right: 0;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: .05rem .2rem;
    /* mui兼容性问题 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background: rgba(0, 0, 0, .6);
    border-radius: .03rem;
    height: .46rem;
    line-height: .46rem;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: .3rem;
    border: none;
    display: none;
    z-index: 100;
}
.site_ {
    width: 100%;
    height: .7rem;
    line-height: .7rem;
    background: rgba(59,101,223,.03);
    font-size: 0.24rem;
    margin-top: .5rem;
    border-radius: .35rem;
    margin-bottom: .5rem;
}
ol li a.c_red,.c_red a{
    color: #F0583A !important;
}
.noli{
    text-align: center;
    margin: .2rem 0;
}
.swiper-pagination{
    border-radius: 50%;
}
#loading{
    width: .4rem;
    margin: .1rem auto .2rem;
    display: none;
}
#LR-BUBBLE-AVATAR{
    float: left;
}

p.loadend{
    display: none;
    text-align: center;
    font-size: .24rem;
    color: #666;
}

.noResult img{
    width: 3.02rem !important;
    height: 2.74rem !important;
    margin: .2rem auto;
}

.noResult p {
    text-align: center;
    color: #7A869A;
    font-size: .28rem;
}

.tel {
     width:170px;
     height: 36px;
     background-color:#f94b28;
     border-radius: 20px;
     text-align:center;
     line-height: 36px;
     margin:auto;
}

.tel a {
     text-decoration: none;
     color: #fff;
}

.dh{
     vertical-align:top;
     font-size: .28rem;
}

.tel a img{
     margin-top: 4px;
     width: 28px;
     height: 28px;
     float: left;
     margin-left: 10px;
}